bpo-45495: Add 'case' and 'match' to IDLE completions list#29000
Conversation
Since the keyword list is frozen, only compute it once per session. The colorizer already handles context keywords.
|
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
|
GH-29001 is a backport of this pull request to the 3.10 branch. |
|
Since the keyword list is frozen, only compute it once per
session. The colorizer already handles context keywords.
https://bugs.python.org/issue45495